../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/concurrency.d(508,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/concurrency.d(524,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/core.d(915,1): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/core.d(1149,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/internal/freelistref.d(193,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/internal/freelistref.d(229,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/net.d(368,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/net.d(372,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/net.d(377,4): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a87592222f1656b174a-vibe-d/utils/vibe/utils/array.d(653,2): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a87592222f1656b174a-vibe-d/crypto/vibe/crypto/cryptorand.d(223,2): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a87592222f1656b174a-vibe-d/crypto/vibe/crypto/cryptorand.d(406,2): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/common.d(634,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/router.d(95,2): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a87592222f1656b174a-vibe-d/web/vibe/web/web.d(478,1): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a87592222f1656b174a-vibe-d/web/vibe/web/common.d(526,1): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a87592222f1656b174a-vibe-d/web/vibe/web/i18n.d(789,1): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a87592222f1656b174a-vibe-d/web/vibe/web/i18n.d(814,1): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a87592222f1656b174a-vibe-d/web/vibe/web/rest.d(2010,1): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a87592222f1656b174a-vibe-d/web/vibe/web/rest.d(662,3): Error: `vibe.web.rest.RestInterfaceClient!(BitfinexPublicAPIv2).RestInterfaceClient.requestFilter` called with argument types `(void delegate(HTTPClientRequest req))` matches both: ../5b9a6a87592222f1656b174a-vibe-d/web/vibe/web/rest.d(653,23): `vibe.web.rest.RestInterfaceClient!(BitfinexPublicAPIv2).RestInterfaceClient.requestFilter(void delegate(HTTPClientRequest req) @safe v)` and: ../5b9a6a87592222f1656b174a-vibe-d/web/vibe/web/rest.d(660,23): `vibe.web.rest.RestInterfaceClient!(BitfinexPublicAPIv2).RestInterfaceClient.requestFilter(void delegate(HTTPClientRequest req) v)` source/trading/bitfinex.d(111,27): Error: template instance `vibe.web.rest.RestInterfaceClient!(BitfinexPublicAPIv2)` error instantiating ../5b9a6a87592222f1656b174a-vibe-d/web/vibe/web/rest.d(662,3): Error: `vibe.web.rest.RestInterfaceClient!(BitfinexPublicAPI).RestInterfaceClient.requestFilter` called with argument types `(void delegate(HTTPClientRequest req))` matches both: ../5b9a6a87592222f1656b174a-vibe-d/web/vibe/web/rest.d(653,23): `vibe.web.rest.RestInterfaceClient!(BitfinexPublicAPI).RestInterfaceClient.requestFilter(void delegate(HTTPClientRequest req) @safe v)` and: ../5b9a6a87592222f1656b174a-vibe-d/web/vibe/web/rest.d(660,23): `vibe.web.rest.RestInterfaceClient!(BitfinexPublicAPI).RestInterfaceClient.requestFilter(void delegate(HTTPClientRequest req) v)` source/trading/bitfinex.d(112,25): Error: template instance `vibe.web.rest.RestInterfaceClient!(BitfinexPublicAPI)` error instantiating source/trading/bitfinex.d(183,31): Error: none of the overloads of `requestHTTP` are callable using argument types `(string, void delegate(scope HTTPClientRequest req) @system)`, candidates are: ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/client.d(73,20): `vibe.http.client.requestHTTP(string url, scope void delegate(scope HTTPClientRequest req) requester = cast(void delegate(scope HTTPClientRequest req))null, const(HTTPClientSettings) settings = defaultSettings())` ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/client.d(78,20): `vibe.http.client.requestHTTP(URL url, scope void delegate(scope HTTPClientRequest req) requester = cast(void delegate(scope HTTPClientRequest req))null, const(HTTPClientSettings) settings = defaultSettings())` ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/client.d(96,6): `vibe.http.client.requestHTTP(string url, scope void delegate(scope HTTPClientRequest req) requester, scope void delegate(scope HTTPClientResponse req) responder, const(HTTPClientSettings) settings = defaultSettings())` ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/client.d(101,6): `vibe.http.client.requestHTTP(URL url, scope void delegate(scope HTTPClientRequest req) requester, scope void delegate(scope HTTPClientResponse req) responder, const(HTTPClientSettings) settings = defaultSettings())` source/trading/bitfinex.d(132,16): Error: template instance `trading.bitfinex.Bitfinex.request!(Json)` error instantiating source/trading/bitfinex.d(183,31): Error: none of the overloads of `requestHTTP` are callable using argument types `(string, void delegate(scope HTTPClientRequest req) @system)`, candidates are: ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/client.d(73,20): `vibe.http.client.requestHTTP(string url, scope void delegate(scope HTTPClientRequest req) requester = cast(void delegate(scope HTTPClientRequest req))null, const(HTTPClientSettings) settings = defaultSettings())` ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/client.d(78,20): `vibe.http.client.requestHTTP(URL url, scope void delegate(scope HTTPClientRequest req) requester = cast(void delegate(scope HTTPClientRequest req))null, const(HTTPClientSettings) settings = defaultSettings())` ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/client.d(96,6): `vibe.http.client.requestHTTP(string url, scope void delegate(scope HTTPClientRequest req) requester, scope void delegate(scope HTTPClientResponse req) responder, const(HTTPClientSettings) settings = defaultSettings())` ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/client.d(101,6): `vibe.http.client.requestHTTP(URL url, scope void delegate(scope HTTPClientRequest req) requester, scope void delegate(scope HTTPClientResponse req) responder, const(HTTPClientSettings) settings = defaultSettings())` source/trading/bitfinex.d(140,16): Error: template instance `trading.bitfinex.Bitfinex.request!(OrderHistoryItem[])` error instantiating source/trading/bitfinex.d(183,31): Error: none of the overloads of `requestHTTP` are callable using argument types `(string, void delegate(scope HTTPClientRequest req) @system)`, candidates are: ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/client.d(73,20): `vibe.http.client.requestHTTP(string url, scope void delegate(scope HTTPClientRequest req) requester = cast(void delegate(scope HTTPClientRequest req))null, const(HTTPClientSettings) settings = defaultSettings())` ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/client.d(78,20): `vibe.http.client.requestHTTP(URL url, scope void delegate(scope HTTPClientRequest req) requester = cast(void delegate(scope HTTPClientRequest req))null, const(HTTPClientSettings) settings = defaultSettings())` ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/client.d(96,6): `vibe.http.client.requestHTTP(string url, scope void delegate(scope HTTPClientRequest req) requester, scope void delegate(scope HTTPClientResponse req) responder, const(HTTPClientSettings) settings = defaultSettings())` ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/client.d(101,6): `vibe.http.client.requestHTTP(URL url, scope void delegate(scope HTTPClientRequest req) requester, scope void delegate(scope HTTPClientResponse req) responder, const(HTTPClientSettings) settings = defaultSettings())` source/trading/bitfinex.d(158,16): Error: template instance `trading.bitfinex.Bitfinex.request!(BFXOrderStatus)` error instantiating /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.